doc: /* Return the key sequence that invoked this command.
However, if the command has called `read-key-sequence', it returns
the last key sequence that has been read.
-The value is a string or a vector. */)
+The value is a string or a vector.
+
+See also `this-command-keys-vector'. */)
()
{
return make_event_array (this_command_key_count,
DEFUN ("this-command-keys-vector", Fthis_command_keys_vector, Sthis_command_keys_vector, 0, 0, 0,
doc: /* Return the key sequence that invoked this command, as a vector.
However, if the command has called `read-key-sequence', it returns
-the last key sequence that has been read. */)
+the last key sequence that has been read.
+
+See also `this-command-keys'. */)
()
{
return Fvector (this_command_key_count,